projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7196d2d
)
* lisp/cus-edit.el (custom-display): Add `android' display type.
author
Po Lu
<luangruo@yahoo.com>
Thu, 20 Jul 2023 11:52:44 +0000
(19:52 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 20 Jul 2023 11:52:44 +0000
(19:52 +0800)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index fda44ff6a3b7caa2d45e2f1e663176fd4260fbb7..c4328d60093484fe4e7ff139d2702141b119dc77 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-3538,6
+3538,10
@@
Pure-GTK interface.")
:sibling-args (:help-echo "\
Haiku interface.")
haiku)
+ (const :format "Android "
+ :sibling-args (:help-echo "\
+Android interface.")
+ android)
(const :format "DOS "
:sibling-args (:help-echo "\
Plain MS-DOS.")